home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / DEMON / RISCOS2 / BMEXE.ARC / ReadMe
Text File  |  1992-10-12  |  5KB  |  119 lines

  1.                                                         24 Castle View Drive
  2.                                                         Cromford
  3.                                                         Matlock
  4.                                                         Derbyshire
  5.                                                         DE4 3RL
  6.  
  7. Hello
  8.  
  9. This file documents the changes that have happened since the last release
  10. of !TCPIP which was version 1.20. This version is superficially very
  11. similar in that it does not include any new earth shattering features. I
  12. hope that this version is slightly more stable than previous versions and
  13. that there is enough error trapping code incorporated to enable
  14. meaningful error reports. It also works under RISC OS 3.10 which is probably
  15. the best thing about it.
  16.  
  17.  
  18. Bugs Fixed
  19. ----------
  20.  
  21. The main one that I can remember is that the scrolling of the windows has
  22. been fixed. The last version had both windows scrolling together under
  23. certain circumstances. I have also added the use of "Page Up" and "Page
  24. Down" to allow scrolling of the command window without using the mouse.
  25.  
  26. Tracing of ICMP frames now includes a carriage return. This was a
  27. mistake in the initial porting that I did. Thanks Rainer DL6HBO for that
  28. one.
  29.  
  30. Bug fix from Anthony G8UDV for SMTP where insufficient memory was being
  31. allocated under certain circumstances and causing crashes.
  32.  
  33. New Commands
  34. ------------
  35.  
  36. I have completely rebuilt the domain database code. This is the bit that
  37. allows you to type in "ftp g4klx" and the program knows where to go from
  38. looking up the name and getting the equivalent IP address. The complete
  39. domain database is held in memory and so lookup is very fast although
  40. memory requirements are increased. It is possible to list the entries, add
  41. them manually and do ad-hoc enquiries on it. To get the list type "domain ?"
  42. at the net> prompt and start playing.
  43.  
  44. I have added a completely new system to try and track down program bugs
  45. associated with bad memory allocation. Every piece of memory allocated is
  46. logged internally and when the time comes to release the memory the program
  47. checks to see if the memory has been crapped upon by the program. If it is
  48. then a line preceeded by the words "memory error:" will be generated. These
  49. messages may occur for other reasons too. I will put the next few lines in
  50. capitals so that people that don't read this will hopefully take note.
  51.  
  52. PLEASE REPORT ALL MESSAGES GENERATED BY THE PROGRAM THAT START:
  53. "memory error:"
  54. AND NOTE THE COMPLETE MESSAGE(S)
  55.              --------
  56.  
  57. Doing so may help me to determine where problems are occuring. I think that
  58. there is a bug in the AX25 code somewhere but finding it is a real pig. If
  59. you think that there is a problem then issue the command "mem audit" and
  60. it may provoke some of these previously mentioned memory error messages. If
  61. the program thinks that everything is OK then it will say so. There are
  62. other commands associated with memory management, type "mem ?" for a list.
  63.  
  64. I have added a new command for the text windows. The window has a habit of
  65. grabbing the cursor every time new data appeared in it, this is a pain if
  66. you are in !Edit or something and !TCPIP loses your place for you. This
  67. behaviour is intrinsic in the text functions that Acorn provide. The solution
  68. is not particularly nice but it does work, by issuing the command:
  69.  
  70. "window cursor off"
  71.  
  72. The caret (carrot ??) will disappear from the command window, commands will
  73. still appear and everything is fine but you haven't got a cursor (caret,
  74. carrot etc) AND it won't upset you when you are using !Edit and some text
  75. appears. To get your carrot back type:
  76.  
  77. "window cursor on"
  78.  
  79. and every time text appears and you are in !Edit you will lose where you
  80. are. Its the best I can do at present.
  81.  
  82. I have put the "exit" and "quit" commands back.
  83.  
  84.  
  85. To Do
  86. -----
  87.  
  88. Loads and loads. The following requests have been received:
  89.  
  90. Add MIDI support from Rainer, DL6HBO
  91. Add VT100 emulation to TELNET from Roger Horne
  92. Add a modem dialer from Roger Horne
  93. Add multiple windows from me
  94. Add POP2 or POP3 from me
  95. Add TNC Podule support from me - its been done somewhere
  96.  
  97. What I would like to do is split the things like TELNET into seperate WIMP
  98. tasks and have them communicating with the TCP/IP core code using the user
  99. message provision of the WIMP. I have lots of ideas in that direction but
  100. not enough time. As you can gather from the lack of progress over the last
  101. few months I have not had much enthusiasm for working on !TCPIP. I cannot
  102. get to any other IP operators from here so there is little impetus to get
  103. anything done. Maybe when the evenings draw in ...
  104.  
  105.  
  106. !BM
  107. ---
  108.  
  109. Last and very much least is !BM. This is also much as it was, Rainer DL6HBO
  110. sent me the information required to add the possibility of a signature file
  111. when sending a message. The signature file sits in the !BM directory and is
  112. named Sig. I have included Rainers file as an example, this will
  113. automatically be appended to any messages that you send.
  114.  
  115.  
  116. 73's
  117.  
  118. Jonathan G4KLX @ GB7HMZ
  119.